|
|
L4T Multimedia API Reference28.1 Release |
NVIDIA Multimedia API: Utility Functions
Description: This file declares the video frame utility functions.
Definition in file NvUtils.h.
Go to the source code of this file.
Functions | |
| int | read_video_frame (std::ifstream *stream, NvBuffer &buffer) |
| Reads a video frame from a file to the buffer structure. More... | |
| int | write_video_frame (std::ofstream *stream, NvBuffer &buffer) |
| Writes a video frame from the buffer structure to a file. More... | |